Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(karate): add tests for apartments table #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

titito2005
Copy link

@titito2005 titito2005 commented Feb 2, 2025

Pull Request for SafeTrust - #80

❗ Pull Request Information

Add tests for apartments table

πŸŒ€ Summary of Changes

Scenarios covered:

  • Create apartment with all required fields
  • Query apartment by ID
  • Update apartment details
  • Delete apartment
  • List apartments

πŸ“‚ Related Issue

This pull request will **close #80 ** upon merging.

Make sure to follow the Git Guidelines for Atomic Commits and read Contributing Guide

The Pull request needs to have the format mentioned below in the Git Guideline

πŸŽ‰ Thank you for reviewing this PR! πŸŽ‰

@sotoJ24 sotoJ24 self-requested a review February 3, 2025 03:58
Copy link
Contributor

@sotoJ24 sotoJ24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear @titito2005 I hope you do well, the test passes in 2 scenarios and fails in 5

  • Check GraphQL endpoint health βœ…
  • Check apartments schema βœ…

Screenshot 2025-02-02 222224

  • Create new apartment And Query apartment by ID
    Screenshot 2025-02-02 221324

  • Update apartment details And Delete apartment
    Screenshot 2025-02-02 221348

  • List apartments
    Screenshot 2025-02-02 221420

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Backend] Implement Karate tests for apartments table
2 participants